﻿# Divorce Penalty

shogunate_divorce_prestige_penalty = {
	value = 0

	if = {
		limit = {
			exists = scope:recipient.dynasty
		}
		add = {
			value = scope:recipient.dynasty.dynasty_prestige_level
			min = 0
			subtract = 1
			multiply = 200
		}
	}

}
